This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Vijay Asaponeterjip 26.Jan.04 08:07 AM a Web browser Applications DevelopmentAll ReleasesAll Platforms
Hi!
I am trying to get <form name="testForm" method="GET" action="testForm?OpenForm" onSubmit="return checkValidation();"> to work in a webapp. Until now, I have remade every "GET" to a POST (and have the action pointing to an agent to get the request_content before sending the content as a querystring to the approp. page).
Is there any way to not have Domino replace the normal syntax "?OpenForm" to the get-param?
I know there is a server-setting to have Domino accept "!OpenForm" as the normal "?open..", but for a number of reason we can not make that change. Is there any other way of solving the get-param?